STEP 1: We've provided the helper functions for this program that take care of creating visuals on the stage!
- First we need to create a main function that will call the helper functions and control how the program runs.
- Click on LOGIC and go to . Drag Main Function below where it says MAIN FUNCTION.
- Go to GRAPHICS. From drag Set Background Color into main() and choose a new color!
- Try looking here to find a color you like. The color in the preview code is "thistle" – feel free to try it out!
To navigate the page using the TAB key, first press ESC to exit the code editor.